From 250005a558eae0fc3d08c0bbb188e5063489d5c9 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Mon, 6 Feb 2006 15:26:29 +0000 Subject: [PATCH] Fill hypercall_page so that its VA space doesn't get used for code. Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S b/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S index aa76b7fa82..6289c8a26f 100644 --- a/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S +++ b/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S @@ -189,6 +189,7 @@ NEXT_PAGE(hypercall_page) * different address than expected. */ .quad __adjust_hypercall_page_in_header .endif + .fill 512,8,0 #undef NEXT_PAGE -- 2.30.2